home *** CD-ROM | disk | FTP | other *** search
/ Sounds Terrific 1 / Sounds Terrific CD (1994)(Weird Science)(Disc 2 of 2)[!][Amiga-PC].iso / modules / d / dl_any.mod < prev    next >
Encoding:
Text File  |  1994-08-04  |  1.6 KB  |  57 lines

  1. DownLoad ANY File for Co/SysOps
  2. Radman #226 @7652 1[3South Wales, NY1]
  3. 1Wednesday, 5January 1, 11992  7at 3 7:59 pm 7<EST>
  4.                                 RadMan's Mods
  5.  
  6.     MOD: DL_ANY.MOD
  7.     USE: Allows CoSysOps/Remote SysOps to download ANY file from ANYWHERE.
  8.  
  9.  RATING: ████████▒▒      INSTALATION TIME: 2min + compile      VER: 4.12
  10.  
  11. Instructions:
  12.  
  13. Step 1 - Load up XFER.C and place the function dl_any() after void download.
  14.  
  15. void dl_any()
  16. {
  17.   char s[80];
  18.   int i;
  19.  
  20.   s[0]=0;
  21.   nl();
  22.   nl();
  23.   prt(1,"File: ");
  24.   mpl(60);
  25.   inputl(s,60);
  26.   for(i=strlen(s)-1;i>=0 && s[i]==12;i--);
  27.   s[i+1]=0;
  28.   nl();
  29.   pl("Zmodem Send Commencing...");
  30.   extern_prot(0,s,1);
  31. }
  32.  
  33. Step 2 - Load BBS.C, and in function dlmainmenu(), search for:
  34.  
  35. if ((strcmp(s,"/?")==0) && (dcs()))
  36.   printmenu(8);
  37.  
  38. and add this on the next 2 lines:
  39.  
  40. if ((strcmp(s,"/%")==0) && (dcs()))
  41.   dl_any();
  42.  
  43. Step 3 - Go to the nearest airport, take a flight to Hawaii, party for a few
  44.          hours while the BBS.EXE is compiling, then return home and try it 
  45.          out: press /% in the transfer section.
  46.  
  47. NOTE: DSZ Must be installed for this to work right.
  48.  
  49. Disclamer: If your computer suddenly starts a bad habit like smoking 2 packs
  50.            a day, or having a beer every hour on the hour, my mod DIDN'T do 
  51.            it. If it doesn't work right, tough. It ain't my problem, and it
  52.            is small enough so that I feel that you would be capable of 
  53.            removing it yourself without seeking professional help.
  54.  
  55.  
  56.  6*> 7The BoardWalk [DSS] 2■ 5@7652/@17650 2■ 4716-684-79392 ■ 3WWIV Support Board 6<*
  57.